.textos-sobre {
   display: flex;
   flex-direction: column;
   align-items: center;
}


.jogo-tela-cheia {
   width: 90%;
   max-width: 560px;
   flex-direction: column;
   align-content: center;
   display: flex;
   height: 100%;
   justify-content: flex-start;
}

.bg-fundo-sobre {
   height: 100vh;
   background: #d8f766;
   background: linear-gradient(-45deg, #37ff66, #ebff51, #4ef6ff, #23d5ab);
   background-size: 400% 400%;
   width: 100%;
   display: flex;
   align-items: center;
   animation: gradient 15s ease infinite alternate;


}

@keyframes gradient {
   0% {
      background-position: 0% 50%;
   }

   50% {
      background-position: 100% 50%;
   }

   100% {
      background-position: 0% 50%;
   }
}

.fotos-sobre {
   width: 100px;
   border: 5px solid #577bff;
   border-radius: 500px;
   /* transform: scale(0.5, 0.5); */
}

.nomes-sobre {
   /* width: 30%; */
   /* transform: scale(0.4, 0.4); */
   position: relative;
   /* height: 35%; */
   display: flex;
   margin: 16px;
   flex-direction: column;
   align-items: center;
   align-content: center;
   transition-duration: 1s;

}

.nomes {
   margin: 16px;
   font-size: 18px;
   display: flex;
   line-height: 0px;
   flex-direction: column;
   align-items: center;
   margin: 16px;
}

.nomes-sobre:hover {
   transform: scale(1.15, 1.15);

}

.rotate-vert-center:hover {
   -webkit-animation: rotate-vert-center 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
   animation: rotate-vert-center 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-5-22 2:56:48
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-vert-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-vert-center {
   0% {
      -webkit-transform: rotateY(0);
      transform: rotateY(0);
   }

   100% {
      -webkit-transform: rotateY(360deg);
      transform: rotateY(360deg);
   }
}

@keyframes rotate-vert-center {
   0% {
      -webkit-transform: rotateY(0);
      transform: rotateY(0);
   }

   100% {
      -webkit-transform: rotateY(360deg);
      transform: rotateY(360deg);
   }
}



.creditos-sobre {
   display: flex;
   font-size: 20px;
   justify-content: center;
}

.texto-menu-sobre {
   display: flex;
   justify-content: center;
   flex-direction: column;
   align-content: center;
   text-align: center;
   margin-top: 16px;
   margin-bottom: 16px;
   font-size: 32px;
   line-height: 32px;
   text-shadow: 1px 1px 9px white;
}

.alunos-sobre {

   /* transform: scale(0.4, 0.4); */
}

.tamanho-fonte-freepik {
   font-size: 12px;
   height: 7px;
   padding-top: 8px;
   padding-bottom: 16px;
   margin-bottom: 32px;
   line-height: 0px;
}